update therubyracer to 0.12.2

Andrew Cantino 10 years ago
parent
commit
7c59c1f57f
2 changed files with 3 additions and 5 deletions
  1. 1 1
      Gemfile
  2. 2 4
      Gemfile.lock

+ 1 - 1
Gemfile

@@ -82,7 +82,7 @@ gem 'sass-rails',   '~> 5.0'
82 82
 gem 'select2-rails', '~> 3.5.4'
83 83
 gem 'spectrum-rails'
84 84
 gem 'string-scrub'	# for ruby <2.1
85
-gem 'therubyracer', '~> 0.12.1'
85
+gem 'therubyracer', '~> 0.12.2'
86 86
 gem 'typhoeus', '~> 0.6.3'
87 87
 gem 'uglifier', '>= 1.3.0'
88 88
 

+ 2 - 4
Gemfile.lock

@@ -318,8 +318,6 @@ GEM
318 318
     rb-fsevent (0.9.4)
319 319
     rb-inotify (0.9.5)
320 320
       ffi (>= 0.5.0)
321
-    rdoc (4.2.0)
322
-      json (~> 1.4)
323 321
     ref (1.0.5)
324 322
     responders (2.1.0)
325 323
       railties (>= 4.2.0, < 5)
@@ -406,7 +404,7 @@ GEM
406 404
     systemu (2.6.4)
407 405
     term-ansicolor (1.3.0)
408 406
       tins (~> 1.0)
409
-    therubyracer (0.12.1)
407
+    therubyracer (0.12.2)
410 408
       libv8 (~> 3.16.14.0)
411 409
       ref
412 410
     thor (0.19.1)
@@ -546,7 +544,7 @@ DEPENDENCIES
546 544
   spring (~> 1.3.0)
547 545
   spring-commands-rspec
548 546
   string-scrub
549
-  therubyracer (~> 0.12.1)
547
+  therubyracer (~> 0.12.2)
550 548
   tumblr_client
551 549
   twilio-ruby (~> 3.11.5)
552 550
   twitter (~> 5.8.0)